
/*=====================================
    Tab style
======================================*/
.tab{
    display: inline-block;
    width: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: -webkit-linear-gradient(left top, lightblue , black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, lightblue , black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, lightblue , black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, lightblue , black); /* Standard syntax */
    height: 30px;
    vertical-align: bottom;
    text-decoration: none;
}
.tab2{
    display: inline-block;
    width: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: -webkit-linear-gradient(left top, lightblue , black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, lightblue , black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, lightblue , black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, lightblue , black); /* Standard syntax */
    height: 30px;
    vertical-align: bottom;
    text-decoration: none;
}
.tabselected{
    display: inline-block;
    width: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: -webkit-linear-gradient(left top, black , lightblue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, black , lightblue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, black , lightblue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, black , lightblue); /* Standard syntax */
    height: 45px;
    vertical-align: bottom;
}
.tabbox{
    text-align: center;
    margin: auto;
    top: 120px;
    width: 1200px;}

.tabbox span{
    color: white;
    font-family: sans-serif;
    text-decoration: none;
}
